ocr: B. Just BASIC v1.01 - C:iProgram FilesWust BASIC V1.U11CLOCKZ.Das - File Edit Run Setup Help a a - - t - 9480 E DE [display] 1 call this only when seconds has changed times = time$ () hours = val(time$) if hours > 12 then hours = hours - 12 minutes = val (mid$ (times, 4, 2)) seconds = val(rights (times, 2)) delete the last drawn segment, if there is one if segid > 2 then print #clock, "delsegment "; segid - 1 center the turtle print #clock, "up : home : down : north" erase each hand if its position has changed if oldHours <> hours then print #clock, "size 2 : color white : turn if oldMinutes < ...